2012-04-06 23:58:25 +08:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2012-04-07 00:45:52 +08:00
|
|
|
# see misc/tools/kconfig-language.txt.
|
2012-04-06 23:58:25 +08:00
|
|
|
#
|
2012-04-24 03:55:32 +08:00
|
|
|
|
|
|
|
if ARCH_BOARD_EA3131
|
2014-03-06 04:25:49 +08:00
|
|
|
|
|
|
|
if PAGING
|
|
|
|
|
|
|
|
config EA3131_PAGING_MINOR
|
|
|
|
int "Page device minor number"
|
|
|
|
default 0
|
|
|
|
|
|
|
|
config EA3131_PAGING_MOUNTPT
|
|
|
|
string "Page device mount point"
|
|
|
|
default "/mnt/pgsrc"
|
|
|
|
|
|
|
|
config EA3131_PAGING_BINOFFSET
|
|
|
|
int "Volume offset"
|
|
|
|
default 0
|
|
|
|
|
|
|
|
config EA3131_PAGING_SDSLOT
|
|
|
|
int "SD page device slot number"
|
|
|
|
default 0
|
|
|
|
depends on MMCSD
|
|
|
|
|
|
|
|
config EA3131_PAGING_SPIPORT
|
|
|
|
int "SD SPI port number"
|
|
|
|
default 0
|
|
|
|
depends on SPI
|
|
|
|
|
|
|
|
endif # PAGING
|
|
|
|
endif # ARCH_BOARD_EA3131
|