diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2016-04-11 09:31:30 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2016-04-11 09:31:30 -0400 |
commit | 7b6b31a413b6cfaf624dec6888089676b45c57e2 (patch) | |
tree | 376c34cecc675f120a489abbd20a2bdfb45fd977 /config-generic | |
parent | e9555570fea8faf3b3dced2ae0983682d975a12b (diff) | |
download | kernel-7b6b31a413b6cfaf624dec6888089676b45c57e2.tar.gz kernel-7b6b31a413b6cfaf624dec6888089676b45c57e2.tar.xz kernel-7b6b31a413b6cfaf624dec6888089676b45c57e2.zip |
Linux v4.6-rc3
- Disable debugging options.
Diffstat (limited to 'config-generic')
-rw-r--r-- | config-generic | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config-generic b/config-generic index c2b205edc..42430fbbb 100644 --- a/config-generic +++ b/config-generic @@ -1845,13 +1845,13 @@ CONFIG_B43_PCMCIA=y CONFIG_B43_SDIO=y CONFIG_B43_BCMA=y CONFIG_B43_BCMA_PIO=y -CONFIG_B43_DEBUG=y +# CONFIG_B43_DEBUG is not set CONFIG_B43_PHY_LP=y CONFIG_B43_PHY_N=y CONFIG_B43_PHY_HT=y CONFIG_B43_PHY_G=y CONFIG_B43LEGACY=m -CONFIG_B43LEGACY_DEBUG=y +# CONFIG_B43LEGACY_DEBUG is not set CONFIG_B43LEGACY_DMA=y CONFIG_B43LEGACY_PIO=y CONFIG_B43LEGACY_DMA_AND_PIO_MODE=y @@ -5207,7 +5207,7 @@ CONFIG_PM_DEBUG=y # CONFIG_DPM_WATCHDOG is not set # revisit this in debug CONFIG_PM_TRACE=y CONFIG_PM_TRACE_RTC=y -CONFIG_PM_TEST_SUSPEND=y +# CONFIG_PM_TEST_SUSPEND is not set # CONFIG_PM_OPP is not set # CONFIG_PM_AUTOSLEEP is not set # CONFIG_PM_WAKELOCKS is not set |