diff options
| author | Dmitry Artamonow <mad_soft@inbox.ru> | 2009-11-27 06:18:43 -0500 |
|---|---|---|
| committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-12-06 11:52:58 -0500 |
| commit | a53c876dc111bb7507ecef3962b9cc17eb43364b (patch) | |
| tree | f3f0c5fdce7c60e2617593a9ecad38027b5d8fdc | |
| parent | ebdb56409d4a65571ca3933b056c5c9e20bb34f5 (diff) | |
ARM: 5826/1: SA1100: h3100/h3600: always build htc-egpio driver
Many features of h3100/h3600 (LCD, PCMCIA, Flash write, etc.)
depend on correct functioning of GPIO expander handled by htc-egpio
driver, so force its building in Kconfig.
Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
| -rw-r--r-- | arch/arm/mach-sa1100/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-sa1100/Kconfig b/arch/arm/mach-sa1100/Kconfig index 854768fa9524..03a7f3857c5e 100644 --- a/arch/arm/mach-sa1100/Kconfig +++ b/arch/arm/mach-sa1100/Kconfig | |||
| @@ -53,6 +53,7 @@ config SA1100_COLLIE | |||
| 53 | 53 | ||
| 54 | config SA1100_H3100 | 54 | config SA1100_H3100 |
| 55 | bool "Compaq iPAQ H3100" | 55 | bool "Compaq iPAQ H3100" |
| 56 | select HTC_EGPIO | ||
| 56 | help | 57 | help |
| 57 | Say Y here if you intend to run this kernel on the Compaq iPAQ | 58 | Say Y here if you intend to run this kernel on the Compaq iPAQ |
| 58 | H3100 handheld computer. Information about this machine and the | 59 | H3100 handheld computer. Information about this machine and the |
| @@ -62,6 +63,7 @@ config SA1100_H3100 | |||
| 62 | 63 | ||
| 63 | config SA1100_H3600 | 64 | config SA1100_H3600 |
| 64 | bool "Compaq iPAQ H3600/H3700" | 65 | bool "Compaq iPAQ H3600/H3700" |
| 66 | select HTC_EGPIO | ||
| 65 | help | 67 | help |
| 66 | Say Y here if you intend to run this kernel on the Compaq iPAQ | 68 | Say Y here if you intend to run this kernel on the Compaq iPAQ |
| 67 | H3600 handheld computer. Information about this machine and the | 69 | H3600 handheld computer. Information about this machine and the |
