diff options
| author | Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | 2009-03-29 23:01:41 +0200 |
|---|---|---|
| committer | Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | 2009-03-29 23:01:41 +0200 |
| commit | 9ea91c9fefb3920d735533a7798c1a44a3ed3ffc (patch) | |
| tree | 2cf84cab26bf72e8a289680ab1c7c4a0172609ee /include | |
| parent | 412ab705888742add435dd6ffc2e8bda14962235 (diff) | |
netarm: move serial driver to drivers/serial
add CONFIG_NETARM_SERIAL to activate the driver
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/modnet50.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/modnet50.h b/include/configs/modnet50.h index b8ae018efa2..74bab5fc4c1 100644 --- a/include/configs/modnet50.h +++ b/include/configs/modnet50.h @@ -56,6 +56,7 @@ /* * select serial console configuration */ +#define CONFIG_NETARM_SERIAL #define CONFIG_SERIAL1 1 /* we use Serial line 1 */ /* allow to overwrite serial and ethaddr */ |
