[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-106-g9c70f875c
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2019-07-18 09:30:50
|
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 9c70f875ce7ad8d9a5a0b4e68a957d2017662c1f (commit)
from 9614358193258da8c49e03c2e04efe576e9f4012 (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 9c70f875ce7ad8d9a5a0b4e68a957d2017662c1f
Author: Sébastien Szymanski <seb...@ar...>
Date: Thu Jul 18 11:29:16 2019 +0200
[LINUX] modules: fpga: remove empty help in Kconfig
Its removes the following warnings:
drivers/armadeus/fpga/others/i2ctest/Kconfig:8: warning: 'ARMADEUS_I2C_OCORE_IRQMNG' defined with blank help text
drivers/armadeus/fpga/board_designs/wishbone_example/wb_button/Kconfig:9: warning: 'ARMADEUS_FPGA_BOARD_DESIGNS_WISHBONE_EXAMPLE_BUTTON_DRIVER' defined with blank help text
drivers/armadeus/fpga/board_designs/wishbone_example/wb_irq_mngr/Kconfig:13: warning: 'ARMADEUS_FPGA_BOARD_DESIGNS_WISHBONE_EXAMPLE_IRQ_MNGR_DRIVER' defined with blank help text
-----------------------------------------------------------------------
Summary of changes:
.../modules/fpga/board_designs/wishbone_example/wb_button/Kconfig | 1 -
.../modules/fpga/board_designs/wishbone_example/wb_irq_mngr/Kconfig | 3 ---
target/linux/modules/fpga/others/Kconfig | 2 +-
target/linux/modules/fpga/others/i2ctest/Kconfig | 1 -
4 files changed, 1 insertion(+), 6 deletions(-)
diff --git a/target/linux/modules/fpga/board_designs/wishbone_example/wb_button/Kconfig b/target/linux/modules/fpga/board_designs/wishbone_example/wb_button/Kconfig
index 435a6cb71..ac084e420 100644
--- a/target/linux/modules/fpga/board_designs/wishbone_example/wb_button/Kconfig
+++ b/target/linux/modules/fpga/board_designs/wishbone_example/wb_button/Kconfig
@@ -6,4 +6,3 @@ config ARMADEUS_FPGA_BOARD_DESIGNS_WISHBONE_EXAMPLE_BUTTON_DRIVER
default n
depends on ARMADEUS_FPGA_BOARD_DESIGNS_WISHBONE_EXAMPLE
select ARMADEUS_FPGA_VIRTUAL_COMPONENTS_BUTTON
- ---help---
diff --git a/target/linux/modules/fpga/board_designs/wishbone_example/wb_irq_mngr/Kconfig b/target/linux/modules/fpga/board_designs/wishbone_example/wb_irq_mngr/Kconfig
index 71c0509da..b997841bb 100644
--- a/target/linux/modules/fpga/board_designs/wishbone_example/wb_irq_mngr/Kconfig
+++ b/target/linux/modules/fpga/board_designs/wishbone_example/wb_irq_mngr/Kconfig
@@ -1,4 +1,3 @@
-
#
# Armadeus custom drivers configuration
#
@@ -10,5 +9,3 @@ config ARMADEUS_FPGA_BOARD_DESIGNS_WISHBONE_EXAMPLE_IRQ_MNGR_DRIVER
default n
depends on ARMADEUS_FPGA_BOARD_DESIGNS_WISHBONE_EXAMPLE
select ARMADEUS_FPGA_VIRTUAL_COMPONENTS_IRQ_MNGR
- ---help---
-
diff --git a/target/linux/modules/fpga/others/Kconfig b/target/linux/modules/fpga/others/Kconfig
index 573a97628..4d083867d 100644
--- a/target/linux/modules/fpga/others/Kconfig
+++ b/target/linux/modules/fpga/others/Kconfig
@@ -5,6 +5,6 @@
comment "Others drivers for the FPGA"
depends on ARMADEUS_FPGA_DRIVERS
-
+
source "drivers/armadeus/fpga/others/i2ctest/Kconfig"
source "drivers/armadeus/fpga/others/ps2keyboard/Kconfig"
diff --git a/target/linux/modules/fpga/others/i2ctest/Kconfig b/target/linux/modules/fpga/others/i2ctest/Kconfig
index 70cc75e81..e0fbd031a 100644
--- a/target/linux/modules/fpga/others/i2ctest/Kconfig
+++ b/target/linux/modules/fpga/others/i2ctest/Kconfig
@@ -5,4 +5,3 @@ config ARMADEUS_I2C_OCORE_IRQMNG
tristate "Driver for testing wishbone i2c-ocore-irq_mng"
default n
depends on ARMADEUS_FPGA_DRIVERS
- ---help---
hooks/post-receive
--
armadeus
|