diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-01-12 14:13:58 +0900 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-01-15 17:10:16 +0900 |
commit | be97162d47b2e067f9d21097650f2f0405dacc9f (patch) | |
tree | c0389eb759c96354faee38c9d0b607006c9760bb /arch/arm/plat-s5pc1xx/Kconfig | |
parent | 47101ec73901183520de724fb5f9062c014236bb (diff) | |
download | linux-be97162d47b2e067f9d21097650f2f0405dacc9f.tar.gz linux-be97162d47b2e067f9d21097650f2f0405dacc9f.tar.bz2 linux-be97162d47b2e067f9d21097650f2f0405dacc9f.zip |
ARM: S5PC1XX: Use common UART IRQ handling code
Use the common UART IRQ handling code for the S5PC100 system.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s5pc1xx/Kconfig')
-rw-r--r-- | arch/arm/plat-s5pc1xx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s5pc1xx/Kconfig b/arch/arm/plat-s5pc1xx/Kconfig index 256f0f9f1ddf..c7ccdf22eefa 100644 --- a/arch/arm/plat-s5pc1xx/Kconfig +++ b/arch/arm/plat-s5pc1xx/Kconfig @@ -12,6 +12,7 @@ config PLAT_S5PC1XX select NO_IOPORT select ARCH_REQUIRE_GPIOLIB select SAMSUNG_CLKSRC + select SAMSUNG_IRQ_UART select SAMSUNG_IRQ_VIC_TIMER select S3C_GPIO_TRACK select S3C_GPIO_PULL_UPDOWN |