repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
arch
/
sh
/
boards
/
mach-migor
/
Kconfig
blob
fb64a10e21706541620b0da96928c4cd0d01e72c
1
# SPDX-License-Identifier: GPL-2.0
2
if SH_MIGOR
3
4
choice
5
prompt "Migo-R LCD Panel Board Selection"
6
default SH_MIGOR_QVGA
7
8
config SH_MIGOR_QVGA
9
bool "QVGA (320x240)"
10
11
config SH_MIGOR_RTA_WVGA
12
bool "RTA WVGA (800x480)"
13
14
endchoice
15
16
endif