diff options
| author | Eric Andersen | 2005-08-01 23:11:06 +0200 |
|---|---|---|
| committer | Eric Andersen | 2005-08-01 23:11:06 +0200 |
| commit | bc02c515f2cd185789d6294da67634c1db7bccfa (patch) | |
| tree | 91f1a7967e8b939ceb7ec431476644caee163cec /target/device | |
| parent | Add in options for NPTL in uClibc. Users can select, but since NPTL is (diff) | |
| download | buildroot-bc02c515f2cd185789d6294da67634c1db7bccfa.tar.gz buildroot-bc02c515f2cd185789d6294da67634c1db7bccfa.tar.xz buildroot-bc02c515f2cd185789d6294da67634c1db7bccfa.zip | |
Via EPIA MII specific Linux config is (surprise) specific to the Via EPIA MII
and only should be selectable when BR2_TARGET_VIA_EPIA_MII has first been
selected.
Diffstat (limited to 'target/device')
| -rw-r--r-- | target/device/Via/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/device/Via/Config.in b/target/device/Via/Config.in index 3fb8fbbe2..ab2d25149 100644 --- a/target/device/Via/Config.in +++ b/target/device/Via/Config.in @@ -9,6 +9,7 @@ config BR2_TARGET_VIA_EPIA_MII config BR2_PACKAGE_LINUX bool "linux" default n + depends BR2_TARGET_VIA_EPIA_MII help The Linux kernel. |
