Kconfig (f56b71f5d5a3944acdcb0e5e1739574d95ddf61a) | Kconfig (e27fc6cf84a401e62144a522695f114c9bdbebb7) |
---|---|
1if ARCH_U8500 2 3config UX500_SOC_COMMON 4 bool 5 default y 6 select ARM_GIC 7 select HAS_MTU 8 select ARM_ERRATA_753970 --- 36 unchanged lines hidden (view full) --- 45 help 46 Include support for the snowball development platform. 47 48config MACH_U5500 49 bool "U5500 Development platform" 50 depends on UX500_SOC_DB5500 51 help 52 Include support for the U5500 development platform. | 1if ARCH_U8500 2 3config UX500_SOC_COMMON 4 bool 5 default y 6 select ARM_GIC 7 select HAS_MTU 8 select ARM_ERRATA_753970 --- 36 unchanged lines hidden (view full) --- 45 help 46 Include support for the snowball development platform. 47 48config MACH_U5500 49 bool "U5500 Development platform" 50 depends on UX500_SOC_DB5500 51 help 52 Include support for the U5500 development platform. |
53 54config MACH_UX500_DT 55 bool "Generic U8500 support using device tree" 56 depends on MACH_U8500 57 select USE_OF 58 |
|
53endmenu 54 55config UX500_DEBUG_UART 56 int "Ux500 UART to use for low-level debug" 57 default 2 58 help 59 Choose the UART on which kernel low-level debug messages should be 60 output. --- 16 unchanged lines hidden --- | 59endmenu 60 61config UX500_DEBUG_UART 62 int "Ux500 UART to use for low-level debug" 63 default 2 64 help 65 Choose the UART on which kernel low-level debug messages should be 66 output. --- 16 unchanged lines hidden --- |