Commit c51243440ac952ca3af9fe88b3ed086313b68508

Authored by Vaibhav Bedia
1 parent 57abae34c8
Exists in master

arm:omap:am33xx: Update defconfig

Enable the following features in the defconfig
	- CPU_IDLE support
	- A few essential features like DEBUG_LL,
	  DYNAMIC_DEBUG and EARLYPRINTK

Signed-off-by: Vaibhav Bedia <vaibhav.bedia@ti.com>

Showing 1 changed file with 10 additions and 3 deletions Side-by-side Diff

arch/arm/configs/am335x_evm_defconfig
... ... @@ -434,7 +434,9 @@
434 434 # CPU Frequency scaling
435 435 #
436 436 # CONFIG_CPU_FREQ is not set
437   -# CONFIG_CPU_IDLE is not set
  437 +CONFIG_CPU_IDLE=y
  438 +CONFIG_CPU_IDLE_GOV_LADDER=y
  439 +CONFIG_CPU_IDLE_GOV_MENU=y
438 440  
439 441 #
440 442 # Floating point emulation
441 443  
... ... @@ -2212,8 +2214,11 @@
2212 2214 CONFIG_DEBUG_FS=y
2213 2215 # CONFIG_HEADERS_CHECK is not set
2214 2216 # CONFIG_DEBUG_SECTION_MISMATCH is not set
2215   -# CONFIG_DEBUG_KERNEL is not set
  2217 +CONFIG_DEBUG_KERNEL=y
2216 2218 # CONFIG_HARDLOCKUP_DETECTOR is not set
  2219 +CONFIG_SCHED_DEBUG=y
  2220 +CONFIG_SCHEDSTATS=y
  2221 +CONFIG_TIMER_STATS=y
2217 2222 # CONFIG_SPARSE_RCU_POINTER is not set
2218 2223 CONFIG_DEBUG_BUGVERBOSE=y
2219 2224 CONFIG_DEBUG_MEMORY_INIT=y
... ... @@ -2227,7 +2232,7 @@
2227 2232 CONFIG_HAVE_C_RECORDMCOUNT=y
2228 2233 CONFIG_TRACING_SUPPORT=y
2229 2234 # CONFIG_FTRACE is not set
2230   -# CONFIG_DYNAMIC_DEBUG is not set
  2235 +CONFIG_DYNAMIC_DEBUG=y
2231 2236 # CONFIG_DMA_API_DEBUG is not set
2232 2237 # CONFIG_ATOMIC64_SELFTEST is not set
2233 2238 # CONFIG_SAMPLES is not set
... ... @@ -2236,6 +2241,8 @@
2236 2241 # CONFIG_STRICT_DEVMEM is not set
2237 2242 # CONFIG_ARM_UNWIND is not set
2238 2243 # CONFIG_DEBUG_USER is not set
  2244 +CONFIG_DEBUG_LL=y
  2245 +CONFIG_EARLY_PRINTK=y
2239 2246 # CONFIG_OC_ETM is not set
2240 2247 CONFIG_DEBUG_JTAG_ENABLE=y
2241 2248