Kconfig (be6a9194f158482347c430c04ac9ea64644dda67) | Kconfig (cff1dfbfcd62b2c98c6a79573e5a5c39b0bcd43c) |
---|---|
1if ARCH_TEGRA 2 3comment "NVIDIA Tegra options" 4 5config ARCH_TEGRA_2x_SOC 6 bool "Enable support for Tegra20 family" 7 select CPU_V7 8 select ARM_GIC --- 52 unchanged lines hidden (view full) --- 61comment "Tegra board type" 62 63config MACH_HARMONY 64 bool "Harmony board" 65 depends on ARCH_TEGRA_2x_SOC 66 help 67 Support for nVidia Harmony development platform 68 | 1if ARCH_TEGRA 2 3comment "NVIDIA Tegra options" 4 5config ARCH_TEGRA_2x_SOC 6 bool "Enable support for Tegra20 family" 7 select CPU_V7 8 select ARM_GIC --- 52 unchanged lines hidden (view full) --- 61comment "Tegra board type" 62 63config MACH_HARMONY 64 bool "Harmony board" 65 depends on ARCH_TEGRA_2x_SOC 66 help 67 Support for nVidia Harmony development platform 68 |
69config MACH_PAZ00 70 bool "Paz00 board" 71 depends on ARCH_TEGRA_2x_SOC 72 help 73 Support for the Toshiba AC100/Dynabook AZ netbook 74 | |
75choice 76 prompt "Default low-level debug console UART" 77 default TEGRA_DEBUG_UART_NONE 78 79config TEGRA_DEBUG_UART_NONE 80 bool "None" 81 82config TEGRA_DEBUG_UARTA --- 54 unchanged lines hidden --- | 69choice 70 prompt "Default low-level debug console UART" 71 default TEGRA_DEBUG_UART_NONE 72 73config TEGRA_DEBUG_UART_NONE 74 bool "None" 75 76config TEGRA_DEBUG_UARTA --- 54 unchanged lines hidden --- |