mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 22:20:45 +00:00
afbf1404c1
Implement Intel Queensbay platform-specific PIRQ routing support. The chipset PIRQ routing setup is called in the arch_misc_init(). Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
7 lines
198 B
Text
7 lines
198 B
Text
CONFIG_SYS_EXTRA_OPTIONS="SYS_TEXT_BASE=0xfff00000"
|
|
CONFIG_X86=y
|
|
CONFIG_TARGET_CROWNBAY=y
|
|
CONFIG_OF_CONTROL=y
|
|
CONFIG_OF_SEPARATE=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="crownbay"
|
|
CONFIG_GENERATE_PIRQ_TABLE=y
|