ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / arch / arm / mach-epxa10db / Kconfig
1
2 menu "Epxa10db"
3
4 comment "PLD hotswap support"
5         depends on ARCH_CAMELOT
6
7 config PLD
8         bool
9         depends on ARCH_CAMELOT
10         default y
11
12 config PLD_HOTSWAP
13         bool "Support for PLD device hotplugging (experimental)"
14         depends on ARCH_CAMELOT && EXPERIMENTAL
15         help
16           This enables support for the dynamic loading and configuration of
17           compatible drivers when the contents of the PLD are changed. This
18           is still experimental and requires configuration tools which are
19           not yet generally available. Say N here. You must enable the kernel
20           module loader for this feature to work.
21
22 endmenu
23