[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.0-2519-gb5099c1
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2011-10-04 08:27:34
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via b5099c144431ebbb16195a0472648d8459389871 (commit)
from d51a31c7ed09ba40ed3f94ff210cd48ddda66594 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b5099c144431ebbb16195a0472648d8459389871
Author: Julien Boibessot <jul...@ar...>
Date: Tue Oct 4 10:26:51 2011 +0200
[LINUX] Cleanup a little POD menuconfig
-----------------------------------------------------------------------
Summary of changes:
target/linux/modules/fpga/POD/Kconfig | 10 +++-------
target/linux/modules/fpga/POD/void/Kconfig | 7 -------
2 files changed, 3 insertions(+), 14 deletions(-)
diff --git a/target/linux/modules/fpga/POD/Kconfig b/target/linux/modules/fpga/POD/Kconfig
index d06d0c5..eeeb583 100644
--- a/target/linux/modules/fpga/POD/Kconfig
+++ b/target/linux/modules/fpga/POD/Kconfig
@@ -1,15 +1,11 @@
-
-#
-# Armadeus custom drivers configuration
#
+# Armadeus custom POD drivers configuration
#
-#
config POD_DRIVERS
- boolean "Board driver generated by POD"
- default n
+ boolean "Board drivers generated by POD"
depends on ARMADEUS_FPGA_DRIVERS
---help---
- All POD drivers
+ Makes all POD generated drivers selectable.
source "drivers/armadeus/fpga/POD/*/Kconfig"
diff --git a/target/linux/modules/fpga/POD/void/Kconfig b/target/linux/modules/fpga/POD/void/Kconfig
index c6dc402..e69de29 100644
--- a/target/linux/modules/fpga/POD/void/Kconfig
+++ b/target/linux/modules/fpga/POD/void/Kconfig
@@ -1,7 +0,0 @@
-config ARMADEUS_FPGA_VOID_DRIVER
- boolean "useless"
- default n
- depends on POD_DRIVERS
- ---help---
- useless
-
hooks/post-receive
--
armadeus
|