commit | 9db3cf1ccd5f78ad5c2a01a2fd5c5774d0ed0f6f | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert@linux-m68k.org> | Mon Feb 06 15:38:07 2017 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Feb 10 15:32:53 2017 +0100 |
tree | bd59e98433b109645a3ce242adcc3116ad19f914 | |
parent | 731fcec46980cb21fd429e9039f565b9dbe060ae [diff] |
misc: panel: Move all suboptions into a big if section All 18 suboptions related to the panel driver have individual dependencies on PANEL. Replace them by a single "if PANEL / endif # PANEL" section for easier dependency management. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>