don't set DEBUG_BLK_CGROUP twice, it'll be toggled by debug/release

This commit is contained in:
Kyle McMartin 2011-10-27 12:16:48 -04:00
parent 080adf836d
commit d87b3f2e6e
2 changed files with 1 additions and 1 deletions

View File

@ -4013,7 +4013,6 @@ CONFIG_CGROUP_MEM_RES_CTLR_SWAP=y # XXX disabled by default, pass 'swapaccount'
# CONFIG_CGROUP_MEM_RES_CTLR_SWAP_ENABLED is not set
CONFIG_CGROUP_PERF=y
CONFIG_BLK_CGROUP=y
# CONFIG_DEBUG_BLK_CGROUP is not set
# CONFIG_SYSFS_DEPRECATED is not set
# CONFIG_SYSFS_DEPRECATED_V2 is not set

View File

@ -2021,6 +2021,7 @@ fi
- Make some config changes caught during a review:
- CONFIG_SOC_CAMERA: disable, it's only for some ARM boards
- CONFIG_MEDIA_ALTERA_CI=m: needed for some DVB boards
- CONFIG_DEBUG_BLK_CGROUP: stop setting it twice...
* Wed Oct 26 2011 Chuck Ebbert <cebbert@redhat.com>
- Add build option "--with=release" to build a non-debug kernel in rawhide.