summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-11-03 16:58:38 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-11-03 16:58:38 +0100
commitc9dc0ecdcbb86e88954aa311f13c85160ed31cbe (patch)
tree4b3582cd0608cd8b91d4994296021a8afd9e3409
parenta2e456bae95289d6a988f17e29fa0f13d599eaf3 (diff)
downloadvendor_replicant-scripts-c9dc0ecdcbb86e88954aa311f13c85160ed31cbe.tar.gz
vendor_replicant-scripts-c9dc0ecdcbb86e88954aa311f13c85160ed31cbe.tar.bz2
vendor_replicant-scripts-c9dc0ecdcbb86e88954aa311f13c85160ed31cbe.zip
cosmetics: modem<->soc shared memory: move comments within if
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rwxr-xr-xdata/lineageos_wiki/find_lineageos_devices.py13
1 files changed, 7 insertions, 6 deletions
diff --git a/data/lineageos_wiki/find_lineageos_devices.py b/data/lineageos_wiki/find_lineageos_devices.py
index 11fc332..1e0509a 100755
--- a/data/lineageos_wiki/find_lineageos_devices.py
+++ b/data/lineageos_wiki/find_lineageos_devices.py
@@ -49,13 +49,14 @@ def device_has_modem(vendor, product):
return None
def device_has_shared_memory_between_modem_and_soc(vendor, product):
- # In the "Samsung Mobile Modem Driver (SVNET2) V1 for Memory-type Interface"
- # section in lineageos_s5neolte_defconfig in the lineage-17.0 branch of
- # https://github.com/LineageOS/android_kernel_samsung_universal7580 there
- # is the following configuration:
- # CONFIG_LINK_DEVICE_SHMEM=y
- # CONFIG_LINK_DEVICE_HSIC is not set
if vendor == 'Samsung' and product == 'Galaxy S5 Neo':
+ # In the "Samsung Mobile Modem Driver (SVNET2) V1 for
+ # Memory-type Interface" section in lineageos_s5neolte_defconfig
+ # in the lineage-17.0 branch of
+ # https://github.com/LineageOS/android_kernel_samsung_universal7580
+ # there is the following configuration:
+ # CONFIG_LINK_DEVICE_SHMEM=y
+ # CONFIG_LINK_DEVICE_HSIC is not set
return True
if vendor == 'Samsung' and product == 'Galaxy J7 (2015)':
# lineageos_j7elte_defconfig in the lineage-17.1 branch of