diff options
author | Dennis Gilmore <dennis@ausil.us> | 2012-03-12 14:54:54 -0500 |
---|---|---|
committer | Dennis Gilmore <dennis@ausil.us> | 2012-03-12 14:54:54 -0500 |
commit | d005e8b3eda4e136824058bf82d144c508a7368a (patch) | |
tree | 66f370c357c33f50dac6519f7317f638d30a912f /config-arm-highbank | |
parent | 25313f2bcf2b779b786b049d49e2240c538f6bb7 (diff) | |
download | kernel-d005e8b3eda4e136824058bf82d144c508a7368a.tar.gz kernel-d005e8b3eda4e136824058bf82d144c508a7368a.tar.xz kernel-d005e8b3eda4e136824058bf82d144c508a7368a.zip |
Create a working config file for highbank and add highbank to the
spec file.
Signed-off-by: Mark Langsdorf <mark.langsdorf@calxeda.com>
Diffstat (limited to 'config-arm-highbank')
-rw-r--r-- | config-arm-highbank | 36 |
1 files changed, 35 insertions, 1 deletions
diff --git a/config-arm-highbank b/config-arm-highbank index 18fc0c4cc..c20f104f2 100644 --- a/config-arm-highbank +++ b/config-arm-highbank @@ -1,3 +1,37 @@ -ONFIG_ARCH_HIGHBANK=y +CONFIG_ARCH_HIGHBANK=y +# CONFIG_ARM_LPAE is not set +# CONFIG_ARM_THUMBEE is not set +CONFIG_SWP_EMULATE=y +# CONFIG_CPU_BPREDICT_DISABLE is not set +# CONFIG_ARM_ERRATA_430973 is not set +# CONFIG_ARM_ERRATA_458693 is not set +# CONFIG_ARM_ERRATA_460075 is not set +# CONFIG_PL310_ERRATA_588369 is not set +# CONFIG_PL310_ERRATA_727915 is not set +# CONFIG_ARM_ERRATA_743622 is not set +# CONFIG_PL310_ERRATA_753970 is not set +# CONFIG_ARM_ERRATA_754322 is not set +# CONFIG_PL310_ERRATA_769419 is not set + +# CONFIG_THUMB2_KERNEL is not set + +CONFIG_ARM_TIMER_SP804=y + CONFIG_VFP=y +CONFIG_VFPv3=y CONFIG_NEON=y + +CONFIG_SATA_AHCI_PLATFORM=y +CONFIG_ATA_SFF=y + +CONFIG_ETHERNET=y +CONFIG_NET_VENDOR_BROADCOM=y +CONFIG_NET_CALXEDA_XGMAC=y + +CONFIG_GPIO_PL061=y + +CONFIG_SERIAL_AMBA_PL010=y +CONFIG_SERIAL_AMBA_PL010_CONSOLE=y + +# CONFIG_DVB_TDA1004X is not set +# CONFIG_DVB_PLL is not set |