diff options
author | Felix Singer <felix.singer@secunet.com> | 2020-10-13 15:12:01 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2020-10-27 15:35:42 +0000 |
commit | 05b883ed24a120dba83e84d9326aedf32d3522eb (patch) | |
tree | 3cd85a284966d947e5bfc810e2530a94e2125451 /src/device | |
parent | 93122a7e777890d4f28c1477bef60db98c65c26e (diff) |
device: Rephrase bus master Kconfig option
Change-Id: I902915133035fb2adff7edd9c931d4b1d3e7dc40
Signed-off-by: Felix Singer <felix.singer@secunet.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46341
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/device')
-rw-r--r-- | src/device/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/Kconfig b/src/device/Kconfig index b69a254b80..cbe970f170 100644 --- a/src/device/Kconfig +++ b/src/device/Kconfig @@ -520,7 +520,7 @@ config PCIEXP_PLUGIN_SUPPORT default y config PCI_ALLOW_BUS_MASTER - bool "Allow PCI bus master bit to be enabled by coreboot" + bool "Allow coreboot to set optional PCI bus master bits" default y help For security reasons, bus mastering should be enabled as late as |