]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
configs: move DEBUG configs in their own config file
authorNicolas Dechesne <nicolas.dechesne@linaro.org>
Fri, 27 May 2016 13:52:25 +0000 (15:52 +0200)
committerNicolas Dechesne <nicolas.dechesne@linaro.org>
Fri, 27 May 2016 13:52:25 +0000 (15:52 +0200)
commitedf28a5db1c5d145ac3f7662cb56db92648c3d73
treef53be8ca7913fc11e07497d9db2a38977ed92924
parent67ea85468699eeaad5d57d4dd68997b5b353f5de
configs: move DEBUG configs in their own config file

* remove DEBUG options from distro.config and defconfig since some of them had
  some drastic impact on system performance
* add debug.config which can be convenient to build a debug flavor of the
  kernel:
  make defconfig distro.config debug.config

Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
arch/arm64/configs/defconfig
kernel/configs/debug.config [new file with mode: 0644]
kernel/configs/distro.config