Skip to content

Commit

Permalink
[ARM] S3C24XX: Fix SERIAL_SAMSUNG entry
Browse files Browse the repository at this point in the history
The SERIAL_SAMSUNG needs SERIAL_CORE but doesn't select it, leading to a
build failure. Adding a 'select SERIAL_CORE' cure the trouble.

Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Arnaud Patard (Rtp authored and Ben Dooks committed Jul 15, 2008
1 parent 2bc7509 commit 19c1d6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/serial/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ config SERIAL_CLPS711X_CONSOLE
config SERIAL_SAMSUNG
tristate "Samsung SoC serial support"
depends on ARM && PLAT_S3C24XX
select SERIAL_CORE
help
Support for the on-chip UARTs on the Samsung S3C24XX series CPUs,
providing /dev/ttySAC0, 1 and 2 (note, some machines may not
Expand Down

0 comments on commit 19c1d6a

Please sign in to comment.