diff options
author | Tom Rini | 2022-06-20 08:07:53 -0400 |
---|---|---|
committer | Tom Rini | 2022-07-05 17:05:00 -0400 |
commit | 31a8f5545eb8f2d2e1bdf0ccdb1d1b63a16c9008 (patch) | |
tree | 062c8dd96dd2924daaf02c505d2fd79d0a7848dc /configs/r2dplus_defconfig | |
parent | 9ee06d286ae6bd9ae5c5edbfdc07bba71e2badff (diff) |
Convert CONFIG_SH7751_PCI to Kconfig
This converts the following to Kconfig:
CONFIG_SH7751_PCI
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/r2dplus_defconfig')
-rw-r--r-- | configs/r2dplus_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/r2dplus_defconfig b/configs/r2dplus_defconfig index 5a38b070437..2beda3a2fe0 100644 --- a/configs/r2dplus_defconfig +++ b/configs/r2dplus_defconfig @@ -52,6 +52,7 @@ CONFIG_PCNET=y CONFIG_RTL8139=y CONFIG_TULIP=y CONFIG_PCI=y +CONFIG_SH7751_PCI=y CONFIG_SPECIFY_CONSOLE_INDEX=y CONFIG_DM_SERIAL=y CONFIG_SERIAL_RX_BUFFER=y |