projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ba78f5
)
Via EPIA MII specific Linux config is (surprise) specific to the Via EPIA MII
author
Eric Andersen
<andersen@codepoet.org>
Mon, 1 Aug 2005 21:11:06 +0000
(21:11 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Mon, 1 Aug 2005 21:11:06 +0000
(21:11 -0000)
and only should be selectable when BR2_TARGET_VIA_EPIA_MII has first been
selected.
target/device/Via/Config.in
patch
|
blob
|
history
diff --git
a/target/device/Via/Config.in
b/target/device/Via/Config.in
index 3fb8fbbe2a4f3425691b6f7bcd3260965665851a..ab2d25149530456c94d9eae88f12473ca52ca989 100644
(file)
--- 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.