diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-03-30 18:58:39 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-03-30 18:58:39 +0200 |
commit | 300f99f4539dd5caf7e19af5e4ea5eb259445913 (patch) | |
tree | dda35637322d85077ee448e60a965e03071a3871 /include/configs/sbc2410x.h | |
parent | 942ba9969b9efa25f816c238861ecb339c54ed73 (diff) |
s3c24x0: move serial driver to drivers/serial
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/configs/sbc2410x.h')
-rw-r--r-- | include/configs/sbc2410x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/sbc2410x.h b/include/configs/sbc2410x.h index 102c45a33e9..2b659e30ced 100644 --- a/include/configs/sbc2410x.h +++ b/include/configs/sbc2410x.h @@ -70,6 +70,7 @@ /* * select serial console configuration */ +#define CONFIG_S3C24X0_SERIAL #define CONFIG_SERIAL1 1 /* we use SERIAL 1 on SBC2410X */ /************************************************************ |