diff options
Diffstat (limited to 'Makefile.release')
-rw-r--r-- | Makefile.release | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.release b/Makefile.release index de713fcce..6ee755ec4 100644 --- a/Makefile.release +++ b/Makefile.release @@ -85,9 +85,6 @@ config-release: @# Change defaults back to sane things. @perl -pi -e 's/CONFIG_MAXSMP=y/# CONFIG_MAXSMP is not set/' config-x86-generic - @# Disable UAS for release until it's ready. (#717633, #744099) - @perl -pi -e 's/CONFIG_USB_UAS=m/# CONFIG_USB_UAS is not set/' config-generic - @perl -pi -e 's/CONFIG_SCHEDSTATS=y/# CONFIG_SCHEDSTATS is not set/' config-nodebug @perl -pi -e 's/CONFIG_LATENCYTOP=y/# CONFIG_LATENCYTOP is not set/' config-nodebug |