License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / arch / sh / boards / mach-migor / Kconfig
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
8b1285f1
MD
2if SH_MIGOR
3
4choice
5 prompt "Migo-R LCD Panel Board Selection"
6 default SH_MIGOR_QVGA
7
8config SH_MIGOR_QVGA
9 bool "QVGA (320x240)"
10
11config SH_MIGOR_RTA_WVGA
12 bool "RTA WVGA (800x480)"
13
14endchoice
15
16endif