[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-30-g6f0ae5592
Brought to you by:
sszy
|
From: SebR <se...@us...> - 2019-01-11 09:57:10
|
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 6f0ae5592f83f26bb994dc33898ffaf21f36e46b (commit)
from 7d08154db7b63ff0d69239e6e9224b4c931d5d88 (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 6f0ae5592f83f26bb994dc33898ffaf21f36e46b
Author: Sebastien Royen <seb...@ar...>
Date: Fri Jan 11 10:54:50 2019 +0100
Kernel 4.19.10 Kconfig use bool not boolean
-----------------------------------------------------------------------
Summary of changes:
target/linux/modules/fpga/POD/Kconfig | 2 +-
target/linux/modules/fpga/virtual_components/Kconfig | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/target/linux/modules/fpga/POD/Kconfig b/target/linux/modules/fpga/POD/Kconfig
index 40fae1329..659042d31 100644
--- a/target/linux/modules/fpga/POD/Kconfig
+++ b/target/linux/modules/fpga/POD/Kconfig
@@ -3,7 +3,7 @@
#
config POD_DRIVERS
- boolean "Board drivers generated by POD"
+ bool "Board drivers generated by POD"
depends on ARMADEUS_FPGA_DRIVERS
---help---
Makes all POD generated drivers selectable.
diff --git a/target/linux/modules/fpga/virtual_components/Kconfig b/target/linux/modules/fpga/virtual_components/Kconfig
index a3e63e815..5a893d682 100644
--- a/target/linux/modules/fpga/virtual_components/Kconfig
+++ b/target/linux/modules/fpga/virtual_components/Kconfig
@@ -1,7 +1,7 @@
config ARMADEUS_FPGA_VIRTUAL_COMPONENTS
- boolean "virtual components"
- default y
+ bool "virtual components"
depends on ARMADEUS_FPGA_DRIVERS
+ default y
---help---
Armadeus driver specific for virtual components
under FPGA.
hooks/post-receive
--
armadeus
|