Re: question about CONFIG_BASE_SMALL

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Yong Zhang
Date: Wednesday, August 4, 2010 - 1:59 am

On Wed, Aug 04, 2010 at 04:38:12PM +0800, Ryan Wang wrote:

Yeah, here:

init/Kconfig:
...
config BASE_SMALL
	int
	default 0 if BASE_FULL
	default 1 if !BASE_FULL
...
config BASE_FULL
	default y
	bool "Enable full-sized data structures for core" if EMBEDDED
	help
	  Disabling this option reduces the size of miscellaneous core
	  kernel data structures. This saves memory on small machines,

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
question about CONFIG_BASE_SMALL, Ryan Wang, (Wed Aug 4, 1:38 am)
Re: question about CONFIG_BASE_SMALL, Yong Zhang, (Wed Aug 4, 1:59 am)
Re: question about CONFIG_BASE_SMALL, Mulyadi Santosa, (Wed Aug 4, 2:14 am)
Re: question about CONFIG_BASE_SMALL, Pei Lin, (Wed Aug 4, 6:10 pm)