Kconfig (a9de18eb761f7c1c860964b2e5addc1a35c7e861) Kconfig (5a891ed5adef39aca0b7662c58a2566c7a16237e)
1# For a description of the syntax of this configuration file,
2# see Documentation/kbuild/kconfig-language.txt.
3
4mainmenu "Linux/Xtensa Kernel Configuration"
5
6config FRAME_POINTER
7 bool
8 default n

--- 89 unchanged lines hidden (view full) ---

98 Say Y here if you are building a kernel for a desktop, embedded
99 or real-time system. Say N if you are unsure.
100
101config MATH_EMULATION
102 bool "Math emulation"
103 help
104 Can we use information of configuration file?
105
1# For a description of the syntax of this configuration file,
2# see Documentation/kbuild/kconfig-language.txt.
3
4mainmenu "Linux/Xtensa Kernel Configuration"
5
6config FRAME_POINTER
7 bool
8 default n

--- 89 unchanged lines hidden (view full) ---

98 Say Y here if you are building a kernel for a desktop, embedded
99 or real-time system. Say N if you are unsure.
100
101config MATH_EMULATION
102 bool "Math emulation"
103 help
104 Can we use information of configuration file?
105
106config HIGHMEM
107 bool "High memory support"
108
109endmenu
110
111menu "Platform options"
112
113choice
114 prompt "Xtensa System Type"
115 default XTENSA_PLATFORM_ISS
116

--- 152 unchanged lines hidden ---
106endmenu
107
108menu "Platform options"
109
110choice
111 prompt "Xtensa System Type"
112 default XTENSA_PLATFORM_ISS
113

--- 152 unchanged lines hidden ---