mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
Convert CONFIG_SH7751_PCI to Kconfig
This converts the following to Kconfig: CONFIG_SH7751_PCI Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
9ee06d286a
commit
31a8f5545e
3 changed files with 7 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -171,6 +171,12 @@ config PCI_SANDBOX
|
|||
the device tree but the normal PCI scan technique is used to find
|
||||
then.
|
||||
|
||||
config SH7751_PCI
|
||||
bool "SH7751 PCI controller support"
|
||||
depends on SH
|
||||
help
|
||||
SuperH PCI Bridge Configuration
|
||||
|
||||
config PCI_TEGRA
|
||||
bool "Tegra PCI support"
|
||||
depends on ARCH_TEGRA
|
||||
|
|
|
@ -25,9 +25,4 @@
|
|||
*/
|
||||
#define CONFIG_SYS_PLL_SETTLING_TIME 100/* in us */
|
||||
|
||||
/*
|
||||
* SuperH PCI Bridge Configration
|
||||
*/
|
||||
#define CONFIG_SH7751_PCI
|
||||
|
||||
#endif /* __CONFIG_H */
|
||||
|
|
Loading…
Reference in a new issue