mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-26 13:44:29 +08:00
af27382e2d
Add 'PCI' as a menu option and migrate all existing users. Signed-off-by: Tom Rini <trini@konsulko.com> Acked-by: Stephen Warren <swarren@nvidia.com>
13 lines
301 B
Plaintext
13 lines
301 B
Plaintext
CONFIG_ARM=y
|
|
CONFIG_ARCH_INTEGRATOR=y
|
|
CONFIG_ARCH_INTEGRATOR_AP=y
|
|
CONFIG_CM946ES=y
|
|
# CONFIG_DISPLAY_CPUINFO is not set
|
|
# CONFIG_DISPLAY_BOARDINFO is not set
|
|
CONFIG_HUSH_PARSER=y
|
|
CONFIG_SYS_PROMPT="Integrator-AP # "
|
|
CONFIG_CMD_ARMFLASH=y
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_PCI=y
|
|
CONFIG_OF_LIBFDT=y
|